projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e84f7
)
tools/xenstat build: Use generic subdirs rules.
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 25 Mar 2008 09:49:03 +0000
(09:49 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 25 Mar 2008 09:49:03 +0000
(09:49 +0000)
Signed-off-by: Bastian Blank <waldi@debian.org>
tools/xenstat/Makefile
patch
|
blob
|
history
diff --git
a/tools/xenstat/Makefile
b/tools/xenstat/Makefile
index 5fc3b52df514fead276b8592ea47449fa76915c0..c12e0a49de677aa0960bc3fadbf3a849bdcdf06e 100644
(file)
--- a/
tools/xenstat/Makefile
+++ b/
tools/xenstat/Makefile
@@
-13,7
+13,4
@@
endif
.PHONY: all install clean
-all install clean:
- @set -e; for subdir in $(SUBDIRS); do \
- $(MAKE) -C $$subdir $@; \
- done
+all install clean: %: subdirs-%